<html>
<head>

<style type="text/css"><!--

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS";}
body,td,div,p,pre,ul {font-size: 12px;}

h1 {font-size: 16px; color: #371700; font-family: "Trebuchet MS"; text-align:center}
h2 {font-size: 14px; color: #371700; font-family: "Trebuchet MS"; }
h3 {font-size: 12px; color: #371700; font-family: "Trebuchet MS"; text-align: justify}

div.scroll {
height: 350px;
width: 700px;
overflow: auto;
border: 0px solid #666;
background-color: ;
padding: 8px;
position: absolute; top:200x; left:100px;
}

Table {font-size: 12px; color: #371700; font-family: "Trebuchet MS"; text-align: justify;}
Td {font-size: 12px; color: #371700; font-family: "Trebuchet MS"; text-align: justify;}


#body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}
#links {
position: absolute; 
top: 0; 
left: 0; 
width: 241px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: yellow;
color: white;
}

#oben { 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#main {
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

p {
  font-size:0.8em;
  padding:10px 15px;
}
pre {
  font-size:12px;
  padding:10px 15px;
}

.thumb {
  border: 0px solid #808080;
}
.thumb:HOVER {
  border: 0px solid #000000;
}


//--></style>

</head><body>
</body>
</html>